git log
git-log - Show commit logs
--pretty=tformat:'...'tformatとする、custom formatで、 とする terminator format
git - Custom log format omits newline at end of output - Stack Overflow
logだけでなく、他の --pretty=formatで
git rmしたファイルを探す --diff-filter=D
git log --diff-filter=D --summary
git log --all --pretty=format: --name-only --diff-filter=D | sort -u
> How can I list all the deleted files in a Git repository? - Stack Overflow
git-log(1): commit logs - Linux man page
git commands